-
-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rewrite logging system #180
Conversation
fd54a71
to
3b35577
Compare
It appears, previous Logger implementation didn't write to files, because this functionality was not implemented. |
My bad, logging into files was implemented properly, but it is impossible to log to file and to stdout at the same time. |
b489efc
to
ae3da0f
Compare
It can't be done using QT parent mechanism, because Logger works in separate thread
Logs before:
Logs now:
|
Do you have any comments about this change? |
(and allowing gathering printed messages into logs)
Closes #177
Closes #78